Skip to content

docs: refresh compute private beta page with may 1 updates#3502

Merged
matt-aitken merged 1 commit intomainfrom
docs/compute-private-beta-may-update
May 1, 2026
Merged

docs: refresh compute private beta page with may 1 updates#3502
matt-aitken merged 1 commit intomainfrom
docs/compute-private-beta-may-update

Conversation

@nicktrn
Copy link
Copy Markdown
Collaborator

@nicktrn nicktrn commented May 1, 2026

Updates the compute private beta page with the May 1 release entry, plus a deploy-time warning when us-east-1-next is the project default.

The new What's new entry, verbatim:

May 1, 2026

  • Cold starts are faster across all machine sizes. Every preset starts faster, including micro and small-1x - there's no longer a cold-start penalty for picking a smaller machine.
  • First runs after a deploy are faster on every preset. Boot snapshot creation is significantly quicker across the board, so the cold path is consistently snappier.
  • large-1x and large-2x no longer hard-fail. They're still not recommended - cold-start performance trails the smaller presets and we're ironing out reliability issues.

Follow-up to #3472 and #3479.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 1, 2026

⚠️ No Changeset found

Latest commit: a7f3387

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 1, 2026

Walkthrough

This change updates the Compute private beta documentation to reflect current state as of May 1, 2026. It adds an announcement describing performance improvements including faster cold starts across all machine sizes and faster first runs after deploys. A new warning was added regarding the us-east-1-next default region setting, detailing impacts on deploy times and potential failures related to boot snapshot creation. The "Machine sizes" section was revised to remove earlier beta limitations and provide updated guidance on large-* performance characteristics and reliability status. The closing beta statement was generalized from specific feature commitments to broader ongoing improvements.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the changes clearly but deviates from the required template structure with missing checklist, testing, and changelog sections. Add the required sections from the template: checklist items, testing details, and a changelog summary for completeness.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarizes the main change—updating the compute private beta documentation with May 1 release updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/compute-private-beta-may-update

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/compute-private-beta.mdx (1)

37-51: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Switch these fences to ts.

These TypeScript examples use typescript as the fence language, but this repo’s docs convention is ts/tsx. Updating both snippets keeps the MDX consistent and avoids renderer quirks. As per coding guidelines, use ts and tsx (not typescript) as the code-fence language tags for TypeScript/TSX snippets.

Suggested fix
-```typescript
+```ts
...
-```typescript
+```ts
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/compute-private-beta.mdx` around lines 37 - 51, Replace the code-fence
language tag "typescript" with the repo-standard "ts" for both TypeScript
snippets shown (the block starting with import { yourTask } from
"./trigger/your-task"; and the block containing const defaultRegion =
process.env.USE_COMPUTE_BETA === "1" ? "us-east-1-next" : undefined; followed by
await yourTask.trigger(...)). Update both opening fences from ```typescript to
```ts so the MDX uses the correct ts/tsx convention and avoids renderer quirks.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@docs/compute-private-beta.mdx`:
- Around line 37-51: Replace the code-fence language tag "typescript" with the
repo-standard "ts" for both TypeScript snippets shown (the block starting with
import { yourTask } from "./trigger/your-task"; and the block containing const
defaultRegion = process.env.USE_COMPUTE_BETA === "1" ? "us-east-1-next" :
undefined; followed by await yourTask.trigger(...)). Update both opening fences
from ```typescript to ```ts so the MDX uses the correct ts/tsx convention and
avoids renderer quirks.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: ca6ba3d6-e1ed-4669-80cd-f93b68fbc77b

📥 Commits

Reviewing files that changed from the base of the PR and between b65a04e and a7f3387.

📒 Files selected for processing (1)
  • docs/compute-private-beta.mdx
📜 Review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: Analyze (python)
  • GitHub Check: Analyze (actions)
🧰 Additional context used
📓 Path-based instructions (1)
docs/**/*.mdx

📄 CodeRabbit inference engine (docs/CLAUDE.md)

docs/**/*.mdx: MDX documentation pages must include frontmatter with title (required), description (required), and sidebarTitle (optional) in YAML format
Use Mintlify components for structured content: , , , , , , /, /
Always import from @trigger.dev/sdk in code examples (never from @trigger.dev/sdk/v3)
Code examples must be complete and runnable where possible
Use language tags in code fences: typescript, bash, json

Files:

  • docs/compute-private-beta.mdx
🧠 Learnings (2)
📚 Learning: 2026-03-10T12:44:14.176Z
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 3200
File: docs/config/config-file.mdx:353-368
Timestamp: 2026-03-10T12:44:14.176Z
Learning: In the trigger.dev repo, docs PRs are often companions to implementation PRs. When reviewing docs PRs (MDX files under docs/), check the PR description for any companion/related PR references and verify that the documented features exist in those companion PRs before flagging missing implementations. This ensures docs stay in sync with code changes across related PRs.

Applied to files:

  • docs/compute-private-beta.mdx
📚 Learning: 2026-04-30T20:30:29.458Z
Learnt from: ericallam
Repo: triggerdotdev/trigger.dev PR: 3226
File: docs/ai-chat/quick-start.mdx:13-13
Timestamp: 2026-04-30T20:30:29.458Z
Learning: In this repo’s documentation MDX files (`docs/**/*.mdx`), use `ts` and `tsx` (not `typescript`) as the code-fence language tags for TypeScript/TSX snippets. Do not flag `ts`/`tsx` code-fence language tags as incorrect in any docs MDX file, since this is the site-wide Mintlify-compatible convention.

Applied to files:

  • docs/compute-private-beta.mdx

@matt-aitken matt-aitken merged commit 57cca97 into main May 1, 2026
11 checks passed
@matt-aitken matt-aitken deleted the docs/compute-private-beta-may-update branch May 1, 2026 16:32
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 1, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
trigger 🔴 Failed May 1, 2026, 4:38 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants